Configure completion parameters for AI Approver Review

The Super Administrator can configure the completion parameters for the AI model for the AI Approver Review feature using the setting AIApprovalSolutionCompletionParameters.

 NOTE: This setting is accessible by Super admins only. 

  • Setting Name: AIApprovalSolutionCompletionParameters
  • Section: AI Approver Review
  • Description: Configures parameters for AI model completion, such as model type, max_tokens, max_context, temperature, and top_p.
  • Default value: 'None'
  • Type: Multi String
  • Setting Level: Company
  • Super Admin only?: Yes

To configure the AI completion parameters using the AIApprovalSolutionCompletionParameters setting:

  1. Open the Administrator Console.
  2. Click Settings > Application Settings.
  3. On the Application Settings page, click and expand AI Approver Review.
  4. Click and expand AIApprovalSolutionCompletionParameters.
  5. For configuring the setting at the company level:
    1. Click Add near Company/Group Values
    2. Under Select Company, select the company for which you want to configure the AI model completion parameters.
    3. In Setting Value, enter the parameters.
      For example:
      {
        "model" : "gpt-4",
        "max_context": 5000,
        "max_tokens": 5000,
        "temperature": 0.7,
        "top_p": 1.0
      }
    4. Click Save.
  6. Click Save Setting.